projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e1a46e
)
Seal GtkRadioButton.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:01:29 +0000
(11:01 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:01:29 +0000
(11:01 +0000)
* gtk/gtkradiobutton.h: seal member field.
svn path=/trunk/; revision=20529
gtk/gtkradiobutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkradiobutton.h
b/gtk/gtkradiobutton.h
index 237a604273a1c334b0f1996c95c7cbc9e97b021a..3e7abf81d43ab6edf276d13c697f8246cbe2b619 100644
(file)
--- a/
gtk/gtkradiobutton.h
+++ b/
gtk/gtkradiobutton.h
@@
-53,7
+53,7
@@
struct _GtkRadioButton
{
GtkCheckButton check_button;
- GSList *
group
;
+ GSList *
GSEAL (group)
;
};
struct _GtkRadioButtonClass